home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Python 1.3.3 / stdwin / H / style.h < prev    next >
Text File  |  1995-12-21  |  184b  |  11 lines

  1. /* STDWIN -- TEXT ATTRIBUTES. */
  2.  
  3. #define PLAIN        0x00
  4. #define HILITE        0x01
  5. #define INVERSE        0x02
  6. #define ITALIC        0x04
  7. #define BOLD        0x08
  8. #define UNDERLINE    0x10
  9.  
  10. extern TEXTATTR wattr;
  11.